@charset "utf-8";
body{
	font-family:"Microsoft Yahei","SimSun";
	font-size:16px;
	color:#404040;
}

a{
	color:#404040;
}

a:hover{
	text-decoration: none;
	color: #ee3542 !important;
}

input,textarea{
	font-family:"Microsoft Yahei","SimSun";
	outline: none;
}

.fw{
	color: #fff;
}

.fw a{
	color: #fff;
}

.fw a:hover{
	color: #dfdfdf !important;
}

img{
	display:block;
	max-height: 100%;
	max-width: 100%;
}

.wrapper{
	width:100%;
	min-width:1200px;
	max-width:1920px;
	margin:0px auto;
	overflow: hidden;
}

.w1200{
	width:1200px;
	margin:0px auto;
}

h1,h2,h3,h4,h5{
	font-family:"Microsoft Yahei","SimHei";
	overflow:hidden;
}

p,li{
	overflow:hidden;
}

.photo{
	position: relative;
	overflow: hidden;
}

.photo img{
	width: 100%;
	height: 100%;
}

.photo2{
	position: relative;
	overflow: hidden;
}

.photo2 img{
	width: 100%;
	height: 100%;
	transition: transform 0.3s;
}

.photo2:hover img{
	transform: scale(1.03,1.03);
}

#top{
	height: 42px;
	line-height: 42px;
	background: #f4f4f4;
	border-bottom: 1px solid #e9e9e9;
	overflow: visible;
	font-size: 12px;
	position: relative;
	z-index: 9;
}

#top,#top a{
	color: #6e6e6e;
}

#top .left{
	padding-left: 20px;
}

#top .left span,#top .left a{
	float: left;
	margin-left: 25px;
}

#top .right{
	padding-right: 20px;
}

#top .right span,#top .right a,#top .right .search-btn,#top .right .drop{
	float: left;
	margin-right: 25px;
}

#top .haibao{
	background: url("../images/top-haibao.png") no-repeat left center;
	padding-left: 16px;
}

#top .tel{
	background: url("../images/top-tel.png") no-repeat left center;
	padding-left: 18px;
}

#top .drop{
	position: relative;
}

#top .drop label{
	cursor: pointer;
	background: url("../images/top-arrow1.png") no-repeat right center;
	padding-right: 15px;
}

#top .drop .box{
	position: absolute;
	right: 0px;
	top: 42px;
	border: 1px solid #e9e9e9;
	box-shadow: 0px 1px 2px #c3c3c3;
	background: #fff;
	padding: 5px 10px;
	white-space: nowrap;
	display: none;
	z-index: 99;
}

#top .drop .box p{
	line-height: 26px;
	font-size: 14px;
}

#top .drop .box p a{
	margin: 0px;
}

#top .drop:hover .box{
	display: block;
}

#top .weibo{
	border: 1px solid #e9e9e9;
	background: #f8f8f8 url("../images/top-weibo.png") no-repeat 3px center;
	padding: 0px 4px 0px 24px;
	border-radius: 1px;
	height: 22px;
	line-height: 22px;
	margin-top: 9px;
}

#header{
	height: 95px;
}

#header .logo{
	float: left;
	margin-top: 21px;
}

#header .search{
	float: left;
	margin: 32px 0px 0px 50px;
	width: 550px;
	height: 38px;
	border: 1px solid #ececec;
	background: #fff;
}

#header .search .text{
	float: left;
	padding: 0px;
	margin-left: 18px;
	height: 38px;
	line-height: 38px;
	border: none;
	font-size: 14px;
	width: 430px;
	color: #6e6e6e;
	background: #fff;
}

#header .search .text::-webkit-input-placeholder{
	color: #bebebe;
}
#header .search .text:-moz-placeholder{
	color: #bebebe;
}
#header .search .text::-moz-placeholder{
	color: #bebebe;
}
#header .search .text:-ms-input-placeholder{
	color: #bebebe;
}

#header .search .sub{
	float: right;
	width: 80px;
	height: 40px;
	margin: -1px -1px 0px 0px;
	border: none;
	background: #ee3542 url("../images/header-search.png") no-repeat center center;
	cursor: pointer;
}

#header .right{
	position: relative;
}

#header .drop{
	float: left;
	margin: 32px 0px 0px 25px;
}

#header .drop label{
	display: block;
	line-height: 40px;
	height: 40px;
	color: #666;
	font-size: 14px;
	background: url("../images/header-arrow1.png") no-repeat right center;
	padding-right: 16px;
	cursor: pointer;
}

#header .drop.link2 label img{
	display: inline-block;
	vertical-align: top;
	margin-right: 8px;
	margin-top: 11px;
}

#header .drop .box{
	position: absolute;
	right: 0px;
	top: 72px;
    background: #fff;
    border-top: 1px solid #e9e9e9;
    padding: 15px 0px;
    box-shadow: 0px 6px 10px #c3c3c3;
	display: none;
	z-index: 99;
}

#header .drop:hover .box{
	display: block;
}

#header .drop.link1 .box{
	width: 360px;
}

#header .drop.link1 li{
    float: left;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    margin: 0px 15px;
	min-width: 87px;
}

#header .drop.link2 .box{
	width: 250px;
}

#header .drop.link2 .part1{
	margin-top: -10px;
}

#header .drop.link2 .part1 li{
	float: left;
	width: 50%;
	text-align: center;
	margin-top: 20px;
}

#header .drop.link2 .part1 img{
	width: 80px;
	height: 80px;
	display: inline-block;
	vertical-align: top;
}

#header .drop.link2 .part1 p{
	line-height: 16px;
	height: 16px;
	font-size: 12px;
	margin-top: 5px;
}

#header .drop.link2 .part2{
	margin: 25px 22px 0px 22px;
}

#header .drop.link2 .part2 h5{
	font-size: 14px;
	line-height: 18px;
}

#header .drop.link2 .part2 .code{
	float: left;
	width: 85px;
	margin-top: 12px;
	text-align: center;
	margin-left: -2px;
}

#header .drop.link2 .part2 .code img{
	width: 80px;
	height: 80px;
	display: inline-block;
	vertical-align: top;
}

#header .drop.link2 .part2 .code p{
	line-height: 16px;
	color: #999;
	font-size: 12px;
	margin-top: 3px;
}

#header .drop.link2 .part2 .text{
	float: right;
	width: 113px;
	margin-top: 5px;
}

#header .drop.link2 .part2 .text p{
	font-size: 12px;
	line-height: 18px;
	margin-top: 5px;
}

#nav{
	border-top: 2px solid #ee3542;
	height: 76px;
	color: #000;
	position: relative;
}

#nav a{
	color: #000;
}

#nav .block{
	float: left;
	margin: 10px 50px 0px 0px;
	padding-right: 18px;
	position: relative;
}

#nav .block .line{
	position: absolute;
	width: 1px;
	height: 44px;
	top: 50%;
	margin-top: -22px;
	right: 0px;
	background: #ececec;
}

#nav .row{
	line-height: 28px;
	height: 28px;
}

#nav .block a{
	margin-right: 32px;
}

#nav .block2{
	float: right;
	margin-top: 10px;
}

#nav .drop label{
    display: block;
    line-height: 28px;
    height: 28px;
    background: url(../images/top-arrow1.png) no-repeat right center;
    padding-right: 20px;
    cursor: pointer;
}

#nav .drop .box{
	position: absolute;
    right: 0px;
    background: #fff;
    border-top: 1px solid #e9e9e9;
    padding: 15px 0px;
    display: none;
    box-shadow: 0px 8px 10px #c3c3c3;
	z-index: 99;
}

#nav .drop1 .box{
	top: 38px;
	width: 300px;
}

#nav .drop2 .box{
	top: 66px;
	width: 100%;
}

#nav .drop:hover .box{
	display: block;
}

#nav .drop li{
	float: left;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	margin: 0px 15px;
}

#nav .drop1 li{
	min-width: 118px;
}

#local-nav{
	border-top: 1px solid #ececec;
	font-size: 14px;
	line-height: 16px;
	padding: 12px 0px;
}

#local-nav .city{
	float: left;
	color: #848484;
	border-right: 1px solid #ececec;
}

#local-nav .city a{
	color: #848484;
	margin-right: 31px;
}

#local-nav .right a{
	margin-left: 20px;
	color: #142f65;
}

#politics{
	border: 1px solid #f2f2f2;
	width: 1198px;
	padding-top: 20px;
}

#politics h2{
	font-size: 36px;
	height: 46px;
	line-height: 46px;
	text-align: center;
}

#politics h2 a{
	color: #ec3046;
}

#politics h2 a:hover{
	text-decoration: underline;
}

#politics .mid{
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	margin-top: 20px;
}

#politics .mid .list{
	float: left;
	width: 926px;
	margin-top: 11px;
}

#politics .mid .list li{
	float: left;
	margin-left: 38px;
	width: 407px;
	line-height: 34px;
	height: 34px;
	background: url("../images/list-dot1.png") no-repeat left center;
	padding-left: 18px;
}

#politics .mid .photo{
	float: right;
	width: 200px;
	height: 90px;
}

#politics .bottom{
	height: 42px;
	line-height: 42px;
	overflow: hidden;
	padding: 0px 25px;
}

#politics .bottom span{
	float: left;
	color: #666;
}

#politics .bottom .links{
	float: right;
	width: 1065px;
	white-space:nowrap;
}

#politics .bottom .links li{
	display: inline-block;
	vertical-align: top;
	background: url("../images/list-dot2.png") no-repeat left center;
	padding-left: 10px;
	margin-right: 20px;
}

#politics .bottom .links li a{
	color: #666;
}

.banner-ad img{
	width: 100%;
}

#links-nav{
	line-height: 20px;
	font-size: 14px;
	padding: 10px 0px;
	text-align: center;
	background: #f8f8f8;
	border-bottom: 1px solid #fafafa;
}

#links-nav a{
	color: #375d7b;
	margin: 0px 5px;
}

#headline{
	margin-top: 20px;
	border: 1px solid #f2f2f2;
	width: 1158px;
	text-align: center;
	padding: 17px 20px;
}

#headline h2{
	font-size: 36px;
	line-height: 40px;
	height: 40px;
}

#headline h2 a{
	color: #142f65;
}

#headline p{
	line-height: 20px;
	height: 20px;
	margin-top: 12px;
}

#headline p a{
	margin: 0px 10px;
	color: #142f65;
}

#headline p .more{
	font-size: 14px;
}

#main{
	margin-top: 30px;
}

#main .main-left{
	float: left;
	width: 270px;
}

#main .main-left .block{
	margin-top: 25px;
}

#main .main-middle{
	float: left;
	width: 550px;
	margin-left: 40px;
}

#main .main-middle .block{
	margin-top: 35px;
}

#main .main-right{
	float: right;
	width: 300px;
}

#main .main-right .block{
	margin-top: 30px;
}

.title1{
	border-bottom: 1px solid #e5e5e5;
	height: 34px;
}

.title1 span{
	float: left;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	height: 33px;
	border-bottom: 2px solid #fc2d3a;
}

.title1 span,.title1 span a{
	color: #333;
}

.title1 span a:hover{
	color: #ec3046 !important;
}

.title1 span img{
	display: inline-block;
	vertical-align: top;
	margin-right: 7px;
}

.title1 .more{
	float: right;
	font-size: 14px;
	color: #acacac;
	line-height: 28px;
}

.title2{
	border-bottom: 2px solid #e5e5e5;
	height: 36px;
	position: relative;
}

.title2 span{
	float: left;
	font-size: 20px;
	margin-right: 28px;
	height: 36px;
	line-height: 24px;
}

.title2 span,.title2 span a{
	color: #333;
}

.title2 .on{
	border-bottom: 2px solid #ec3046;
	font-weight: bold;
}

.title2 .on,.title2 .on a{
	color: #ee3542;
}

.title2 .arrow{
	float: left;
	width: 36px;
	height: 36px;
	background: url("../images/title-arrow1.png") no-repeat 6px 9px;
	margin: 0px 0px 0px -28px;
	cursor: pointer;
}

.title2 .arrow:hover{
	background-image: url("../images/title-arrow3.png");
}

.title2 .drop{
	position: absolute;
	width: 100%;
	top: 36px;
	left: 0px;
	background: #fff;
    border-top: 1px solid #e9e9e9;
    box-shadow: 0px 8px 10px #c3c3c3;
    z-index: 99;
	display: none;
}

.title2 .arrow:hover .drop{
	display: block;
}

.title2 .drop ul{
	padding: 10px;
}

.title2 .drop li{
	float: left;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	margin: 0px 15px;
}

.title2 .drop .current,.title2 .drop .current a{
	font-weight: bold;
	color: #ee3542;
}

.title2 .more{
	float: right;
	width: 27px;
	height: 5px;
	background: url("../images/title-more1.png");
	margin-top: 9px;
}

.title2 .more:hover{
	background-image: url("../images/title-more2.png");
}

.title3{
	height: 24px;
	line-height: 24px;
}

.title3 .bar{
	float: left;
	width: 3px;
	height: 20px;
	border-radius: 2px;
	margin-top: 2px;
	background: #fc2d3a;
	margin-right: 10px;
}

.title3 label,.title3 span{
	float: left;
	font-size: 20px;
}

.title3 label,.title3 span,.title3 label a,.title3 span a{
	color: #333;
}

.title3 label.on{
	font-weight: bold;
}

.title3 span{
	font-weight: bold;
}

.title3 .line{
	float: left;
	width: 1px;
	height: 20px;
	background: #e5e5e5;
	margin: 2px 10px 0px 10px;
}

.title3 .change{
	float: right;
	font-size: 14px;
	color: #acacac;
	background: url("../images/title-change.png") no-repeat right center;
	padding-right: 24px;
}

.title3 .change:hover{
	background-image: url("../images/title-change2.png");
}

.title3 .more{
	float: right;
	font-size: 14px;
	color: #acacac;
	background: url("../images/title-more3.png") no-repeat right center;
	padding-right: 24px;
}

.title3 .more:hover{
	background-image: url("../images/title-more4.png");
}

.title4{
	height: 35px;
	border-bottom: 2px solid #e5e5e5;
}

.title4 span{
	float: left;
	height: 35px;
	line-height: 24px;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 2px solid #ec3046;
	padding: 0px 2px;
}

.title4 span img{
	max-height: 24px;
}

.title4 span i{
	font-style: normal;
	color: #d0d0d0;
	font-weight: normal;
	margin: 0px 8px;
}

.title4 p{
	float: left;
	height: 20px;
	line-height: 20px;
	border-left: 1px solid #dcdcdc;
	margin: 2px 0px 0px 25px;
}

.title4 p a{
	margin-left: 25px;
	color: #888;
}

.title4 .more{
	float: right;
	width: 27px;
	height: 5px;
	background: url("../images/title-more1.png");
	margin: 10px 0px 0px 0px;
}

.title4 .more:hover{
	background: url("../images/title-more2.png");
}

.main-left .show01{
	margin-top: 15px;
}

.main-right .show01{
	margin-top: 10px;
}

.show01 li{
	height: 36px;
	line-height: 36px;
	background: url("../images/list-dot3.png") no-repeat left center;
	padding-left: 12px;
}

.show02 .photo2{
	height: 170px;
	border-radius: 5px;
	margin-top: 15px;
}

.show02 .photo2 .tag{
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: #ee3542 url("../images/photo-live.png") no-repeat 8px center;
	border-radius: 0px 5px 0px 0px;
	color: #fff;
	font-size: 14px;
	line-height: 25px;
	height: 25px;
	padding: 0px 8px 0px 29px;
}

.show02 p{
	line-height: 20px;
	height: 20px;
	margin-top: 8px;
}

.show02 p a{
	color: #000;
}

.show03 .pic{
	width: 133px;
	margin-top: 20px;
}

.show03 .pic .photo2{
	height: 90px;
	border-radius: 3px;
}

.show03 .pic .photo2 i{
	position: absolute;
	width: 20px;
	height: 21px;
	background: url("../images/photo-play1.png");
	right: 5px;
	bottom: 5px;
}

.show03 .pic p{
	font-size: 14px;
	line-height: 20px;
	max-height: 40px;
	margin-top: 5px;
}

.show04 li{
	margin-top: 18px;
}

.show04 .photo2{
	height: 180px;
	border-radius: 5px;
}

.show04 .shadow{
	position: absolute;
	width: 100%;
	height: 30px;
	left: 0px;
	bottom: 0px;
	background: url("../images/photo-shadow1.png");
}

.show04 .time{
	position: absolute;
	left: 10px;
	bottom: 0px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	z-index: 9;
}

.show04 .play{
	position: absolute;
	width: 35px;
	height: 25px;
	right: 0px;
	bottom: 0px;
	background: url("../images/photo-play2.png");
	z-index: 9;
}

.show04 p{
	line-height: 24px;
	max-height: 48px;
	margin-top: 5px;
}

.show05{
	margin-top: 30px;
}

.show05 img{
	width: 100%;
	border-radius: 5px;
}

.show06{
	height: 340px;
	border-radius: 5px;
}

.show06 .shadow{
	position: absolute;
	width: 100%;
	height: 71px;
	background: url("../images/photo-shadow2.png");
	left: 0px;
	bottom: 0px;
}

.show06 p{
	position: absolute;
	left: 22px;
	bottom: 0px;
	height: 55px;
	line-height: 55px;
	font-size: 18px;
	font-weight: bold;
	max-width: 430px;
	z-index: 9;
}

.show06 .point{
	position: absolute;
	right: 12px;
	height: 7px;
	bottom: 24px;
	z-index: 9;
}

.show06 .point span{
	float: left;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	margin-right: 5px;
	background: #fff;
	cursor: pointer;
	transition: transform 0.2s;
}

.show06 .point .current{
	background: #fc2d3a;
}

.show06 .point span:hover{
	transform: scale(1.2,1.2);
}

.show08{
	margin-top: 35px;
}

.show08 h3{
	font-size: 18px;
	height: 22px;
	line-height: 22px;
}

.show08 h3 a{
	color: #333;
}

.show08 .photo2{
	float: left;
	width: 160px;
	height: 100px;
	border-radius: 5px;
	margin-top: 11px;
	margin-right: 20px;
}

.show08-style2 .photo2{
	display: none;
}

.show08 ul{
	margin-top: 10px;
}

.show08 li{
	height: 34px;
	line-height: 34px;
	font-size: 18px;
}

.show08 li a{
	color: #333;
	margin-right: 7px;
}

.show08 li span{
	display: inline-block;
	vertical-align: top;
	background: #162f63;
	border-radius: 3px;
	height: 20px;
	line-height: 20px;
	margin: 7px 9px 0px 0px;
	font-size: 14px;
	color: #fff;
	padding: 0px 7px;
}

.show08 li .video{
	background: url("../images/text-video1.png") no-repeat 0px center;
	padding-left: 23px;
}

.show09{
	margin-top: 35px;
}

.show09 li{
	height: 20px;
	line-height: 20px;
	margin-top: 16px;
	font-size: 18px;
}

.show09 li a{
	color: #333;
}

.show09 li span{
	color: #142f65;
	border-right: 1px solid #ccc;
	padding-right: 8px;
	margin-right: 8px;
}

.show10{
	margin-left: -20px;
	margin-top: 10px;
}

.show10 li{
	float: left;
	width: 265px;
	margin: 25px 0px 0px 20px;
}

.show10 .photo2{
	border-radius: 5px;
	height: 140px;
}

.show10 .photo2 .time,.show10 .photo2 .play,.show10 .photo2 .tag{
	display: none;
}

.show10 .video .photo2 .shadow{
	position: absolute;
	width: 100%;
	height: 30px;
	left: 0px;
	bottom: 0px;
	background: url("../images/photo-shadow1.png");
}

.show10 .video .photo2 .time{
	position: absolute;
	left: 10px;
	bottom: 0px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	display: block;
	z-index: 9;
}

.show10 .video .photo2 .play{
	position: absolute;
	width: 35px;
	height: 25px;
	right: 0px;
	bottom: 0px;
	background: url("../images/photo-play2.png");
	display: block;
	z-index: 9;
}

.show10 .text .photo2 .tag{
	position: absolute;
	right: 0px;
	bottom: 0px;
	height: 26px;
	line-height: 26px;
	padding: 0px 7px;
	font-size: 12px;
	color: #fff;
	background: #162f63;
	border-radius: 5px 0px 0px 0px;
	display: block;
	z-index: 9;
}

.show10 p{
	line-height: 20px;
	height: 20px;
	margin-top: 10px;
}

.show11 li{
	margin-top: 28px;
}

.show11 h3{
	font-size: 18px;
	line-height: 30px;
}

.show11 .style1 h3{
	height: 60px;
	margin-top: -3px;
	max-width: 393px;
}

.show11 .style2 h3{
	margin-top: -5px;
}

.show11 .style3 h3{
	height: 30px;
}

.show11 p{
	line-height: 20px;
	height: 20px;
	color: #999;
	font-size: 14px;
	margin-top: 8px;
}

.show11 p span{
	margin-right: 15px;
}

.show11 .style1 .photo2{
	float: left;
	width: 135px;
	height: 85px;
	border-radius: 3px;
	margin-right: 22px;
}

.show11 .style2 dl{
	margin-left: -12px;
}

.show11 .style2 dd{
	float: left;
	width: 175px;
	height: 110px;
	border-radius: 3px;
	margin-left: 12px;
	margin-top: 8px;
}

.show11 .more{
	text-align: center;
	position: relative;
	height: 20px;
	line-height: 20px;
	margin-top: 20px;
}

.show11 .more .line{
	height: 1px;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0px;
	border-top: 1px dashed #bbb;
}

.show11 .more a{
	display: inline-block;
	vertical-align: top;
	background: #fff;
	padding: 0px 12px;
	font-size: 14px;
	color: #bbb;
	position: relative;
	z-index: 9;
}

.show12 img{
	width: 100%;
	border-radius: 3px;
}

.show13{
	border-radius: 5px;
	margin-top: 20px;
	height: 185px;
}

.show13 p{
	position: absolute;
	width: 100%;
	height: 46px;
	line-height: 46px;
	left: 0px;
	bottom: 0px;
	text-align: center;
	z-index: 9;
}

.show13 .shadow{
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 0px;
	height: 48px;
	background: url("../images/photo-shadow3.png");
}

.show14{
	margin-top: 20px;
}

.show14 .photo2{
	border-radius: 5px;
	height: 185px;
}

.show14 .photo2 .shadow{
	position: absolute;
	width: 100%;
	height: 41px;
	background: url("../images/photo-shadow4.png");
	left: 0px;
	bottom: 0px;
}

.show14 .photo2 p{
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 40px;
	line-height: 40px;
	width: 100%;
	text-align: center;
	z-index: 9;
}

.show14 .tab{
	text-align: center;
	margin-top: 8px;
	height: 6px;
}

.show14 .tab span{
	display: inline-block;
	vertical-align: top;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	margin: 0px 4px;
	background: #dcdcdc;
	cursor: pointer;
	transition: transform 0.2s;
}

.show14 .tab .current{
	width: 12px;
	background: #fc2d3a;
}

.show14 .tab span:hover{
	transform: scale(1.2,1.2);
}

.show15{
	margin-top: 20px;
}

.show15 li{
	border-radius: 5px;
	height: 150px;
	margin-top: 15px;
}

.show15 .shadow{
	position: absolute;
	width: 100%;
	height: 41px;
	left: 0px;
	bottom: 0px;
	background: url("../images/photo-shadow4.png");
}

.show15 .photo2 p{
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 34px;
	line-height: 34px;
	width: 100%;
	text-align: center;
	z-index: 9;
}

.show16{
	margin-top: 20px;
}

.show16 li{
	height: 105px;
	border-radius: 5px;
	margin-top: 10px;
}

#hb-video{
	margin-top: 40px;
}

.show17{
	background: #f3f3f3;
	width: 540px;
	border-radius: 10px;
	overflow: hidden;
	margin-top: 25px;
	position: relative;
}

.show17 .photo{
	height: 355px;
}

.show17 .photo .shadow{
	position: absolute;
	width: 100%;
	height: 61px;
	background: url("../images/photo-shadow5.png");
	left: 0px;
	bottom: 0px;
}

.show17 .photo .play{
	width: 59px;
	height: 59px;
	position: absolute;
	left: 50%;
	top: 50%;
	background: url("../images/photo-play3.png");
	margin: -30px 0px 0px -30px;
}

.show17 p{
	line-height: 55px;
	height: 55px;
	text-align: center;
}

.show17 .arrow1,.show17 .arrow2{
	position: absolute;
	width: 18px;
	height: 29px;
	cursor: pointer;
	top: 163px;
}

.show17 .arrow1{
	background: url("../images/photo-arrow1.png");
	left: 15px;
}

.show17 .arrow2{
	background: url("../images/photo-arrow2.png");
	right: 15px;
}

.show17 .arrow1:hover{
	background: url("../images/photo-arrow3.png");
}

.show17 .arrow2:hover{
	background: url("../images/photo-arrow4.png");
}

.show18{
	width: 621px;
	margin-top: 25px;
}

.show18 ul{
	margin-left: -18px;
}

.show18 li{
	float: left;
	width: 195px;
	background: #f3f3f3;
	margin-left: 18px;
	border-radius: 5px;
}

.show18 .photo2{
	height: 320px;
}

.show18 .photo2 .play{
	position: absolute;
	width: 35px;
	height: 25px;
	background: url("../images/photo-play2.png");
	right: 0px;
	bottom: 0px;
}

.show18 p{
	font-size: 14px;
	line-height: 22px;
	height: 44px;
	margin: 13px 10px;
}

.show18 .bar{
	position: relative;
	height: 8px;
	margin-top: 12px;
	background: #f3f3f3;
}

.show18 .bar span{
	position: absolute;
	top: 0px;
	height: 100%;
	width: 40%;
	background: #e5e5e5;
	cursor: pointer;
}

.show18 .bar span:hover{
	background: #d4d4d4;
}

.channel{
	margin-top: 35px;
}

.channel .block{
	width: 380px;
}

.channel .middle{
	float: left;
	margin-left: 30px;
}

.show19{
	margin-top: 20px;
	border-radius: 5px;
	height: 200px;
}

.show19 p{
	position: absolute;
	width: 100%;
	height: 36px;
	line-height: 36px;
	text-align: center;
	left: 0px;
	bottom: 0px;
	z-index: 9;
}

.show19 .shadow{
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 0px;
	height: 55px;
	background: url("../images/photo-shadow6.png");
}

.show19 .play{
	position: absolute;
	width: 35px;
	height: 35px;
	background: url("../images/photo-play4.png");
	right: 8px;
	bottom: 28px;
	z-index: 10;
}

.show20{
	margin-top: 10px;
}

.show20 li{
	height: 32px;
	line-height: 32px;
	background: url("../images/list-dot3.png") no-repeat left center;
	padding-left: 12px;
}

#bottom-links{
	margin-top: 35px;
	border: 1px solid #e5e5e5;
}

#bottom-links .tab{
	height: 40px;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
}

#bottom-links .tab .line{
	position: absolute;
	width: 1px;
	height: 100%;
	left: -1px;
	top: 0px;
	background: #e5e5e5;
	z-index: 9;
}

#bottom-links .tab ul{
	margin-left: -1px;
}

#bottom-links .tab li{
	float: left;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #e5e5e5;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	padding: 0px 32px;
}

#bottom-links .tab .current{
	font-weight: bold;
	border-bottom-color: #fff;
	border-left-color: #e5e5e5;
	border-right-color: #e5e5e5;
}

#bottom-links .show{
	padding: 15px 10px;
}

#bottom-links .show li{
	float: left;
	height: 32px;
	line-height: 32px;
	margin-left: 14px;
}

#footer{
	text-align: center;
	padding: 35px 0px 20px 0px;
	line-height: 28px;
	color: #666;
	font-size: 14px;
}

#footer a{
	color: #666;
}

#footer .menu{
	margin-bottom: 5px;
	font-size: 16px;
}

#footer .icon{
	margin-top: 15px;
}

#footer .icon img{
	display: inline-block;
	vertical-align: top;
	margin: 0px 8px;
}